- Description:
This key toggles whether CloudCannon should create tabs in the Data Editor if you have two layers of nested object within your Structure.
Setting this key to
truewill create tabs in the Data Editor for two layers of nested objects within your Structure.By default, this key is
false(i.e., Object and Array inputs using this Structure option are not tabbed).- Appears in:
- Type:
boolean- Default value:
false- Examples:
In this example, we want the
contentandstylekeys in our Structure to be tabs at the top of the Data Editor, with thetitleandtext, andcolorandfontkeys nested within those tabs respectively.Copied to clipboard_structures: components: values: - label: Component tabbed: true value: content: title: text: style: color: font:{ "_structures": { "components": { "values": [ { "label": "Component", "tabbed": true, "value": { "content": { "title": null, "text": null }, "style": { "color": null, "font": null } } } ] } } }